Yesterday, 08:08 PM
|
#1 |
|
PowerPoster
Join Date: Mar 03
Location: The 19th Hole
Posts: 2,402
![]() ![]() |
[RESOLVED] Submitting form issue
I'm
trying to submit a form within the Webbrowser control but I can't find
the 'name' or 'id' of the submit button. I can insert the Stock Code
into the 'securityCode' filed but can't sumbit the form
Below is the form and what I've tried without any luck. HTML Code:
HTML Code:
|
|
|
Today, 12:04 AM
|
#2 |
|
Frenzied Member
Join Date: Aug 05
Location: Kandy - Sri Lanka
Posts: 1,503
![]() ![]() |
Re: Submitting form issue
Lintz, try
Code:
__________________
Please Rate Rating is Simple. Click (Rate) link on my post which helped you.MCP - Windows 2000 Prof & Server SendMessage Blaster :: Set Text to Yahoo Messanger Input Window :: Move System Tray, Start Button etc. ![]() We code for Food.
|
|
|
Today, 04:23 AM
|
#3 |
|
PowerPoster
Join Date: Mar 03
Location: The 19th Hole
Posts: 2,402
![]() ![]() |
Re: Submitting form issue
I get an error message - "user-defined type not defined" with the below line highlighted.
Code:
|
|
|
Today, 04:51 AM
|
#4 |
|
Frenzied Member
Join Date: Aug 05
Location: Kandy - Sri Lanka
Posts: 1,503
![]() ![]() |
Re: Submitting form issue
You need to add the referrence to "Microsoft HTML Object Library " under project > reference . please try.
__________________
Please Rate Rating is Simple. Click (Rate) link on my post which helped you.MCP - Windows 2000 Prof & Server SendMessage Blaster :: Set Text to Yahoo Messanger Input Window :: Move System Tray, Start Button etc. ![]() We code for Food.
|
|
|
Today, 05:09 AM
|
#5 |
|
PowerPoster
Join Date: Mar 03
Location: The 19th Hole
Posts: 2,402
![]() ![]() |
Re: Submitting form issue
Added
reference and goes through your code without error but after 'sb.click'
nothing happens. It's like the button hasn't been pressed?
![]() |
|
|
Today, 05:13 AM
|
#6 |
|
Frenzied Member
Join Date: Aug 05
Location: Kandy - Sri Lanka
Posts: 1,503
![]() ![]() |
Re: Submitting form issue
lintz, is this the button ?
<input type="hidden" name="submit" value="true" /> Is really the button is hidden ?
__________________
Please Rate Rating is Simple. Click (Rate) link on my post which helped you.MCP - Windows 2000 Prof & Server SendMessage Blaster :: Set Text to Yahoo Messanger Input Window :: Move System Tray, Start Button etc. ![]() We code for Food.
Last edited by Fazi : Today at 05:16 AM. |
|
|
Today, 05:14 AM
|
#7 |
|
PowerPoster
Join Date: Mar 03
Location: The 19th Hole
Posts: 2,402
![]() ![]() |
Re: Submitting form issue
Got it to work
vb Code:
|
|
|
Today, 05:17 AM
|
#8 |
|
Frenzied Member
Join Date: Aug 05
Location: Kandy - Sri Lanka
Posts: 1,503
![]() ![]() |
Re: [RESOLVED] Submitting form issue
Cool
__________________
Please Rate Rating is Simple. Click (Rate) link on my post which helped you.MCP - Windows 2000 Prof & Server SendMessage Blaster :: Set Text to Yahoo Messanger Input Window :: Move System Tray, Start Button etc. ![]() We code for Food.
|
|
|
![]() |
|
||||||
| Currently Active Users Viewing This Thread: 2 (1 members and 1 guests) | |
| Fazi |
|
|